home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
Sound
/
MPEGAlib
/
developer
/
demo
/
smakefile
< prev
Wrap
Makefile
|
1997-11-02
|
269b
|
18 lines
#
# Makefile for MPEGA_demo
# Stéphane TAVENARD 25/10/1997
#
.c.o:
SC NOLINK $*.c
TARGET = MPEGA_demo
all: $(TARGET)
MPEGDEC_demo.o: MPEGA_demo.c
$(TARGET) : MPEGA_demo.o
sc link MPEGA_demo.o to $(TARGET) NOICONS LIB LIB:scm.lib LIB:sc.lib LIB:amiga.lib